cody - HTMLify profile
files of /cody/swapnilsparsh/30DaysOfJavaScript/208 - Pig Dice Game/
# Pig Game (JavaScript)
Welcome to the Pig Game! This simple web-based game allows two players to take turns rolling dice and c
Welcome to the Pig Game! This simple web-based game allows two players to take turns rolling dice and c
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
`use strict`;
const diceFaces = document.getElementById("diceFaces");
const newGame = document.getElementById("newGame");
const
const diceFaces = document.getElementById("diceFaces");
const newGame = document.getElementById("newGame");
const